home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / txl / rexxmdl2.lha / RexModula2 / README < prev    next >
Text File  |  1992-02-26  |  842b  |  33 lines

  1. TXL Example Specification
  2. -------------------------
  3.  
  4. Name:    
  5.     rmi.Txl
  6.  
  7. Description:
  8.     Implementation of Esprit Project REX extended Modula II (RMI)
  9.     programs by translation to pure Modula II.  RMI extends Modula II
  10.     with built-in synchronization and communication features such as
  11.     asynchronous remote procedure calls, ACCEPT, REPLY, and the SELECT 
  12.     statement to handle distributed networks of communicating 
  13.     Modula II programs.
  14.  
  15.     The transform works by generating Modula II code to implement
  16.     the semantics of the extended features, and calling external
  17.     REX library routines to implement the actual communication.
  18.     
  19. Author:
  20.        Georg Etzkorn
  21.  
  22. Affiliation:
  23.     Esprit Project REX
  24.     Gesellschaft fuer Mathematik und Datenverarbeitung,
  25.     Forschungstelle an der Universitaet Karlsruhe,
  26.     Karlsruhe, Germany
  27.  
  28. Date:
  29.     April 1991
  30.  
  31. Example:
  32.     txl Fork.rmi
  33.